home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / Mesa-1.2.1 / samples / NOTES < prev    next >
Encoding:
Text File  |  1995-07-05  |  1.2 KB  |  44 lines

  1. Notes on sample programs
  2.  
  3. These samples were written by SGI and obtained by anonymous ftp from
  4. sgi.com (opengl/contrib/samples.tar.Z)  They have not been changed
  5. except for minor bug fixes.
  6.  
  7. See the README file for copyright and command line arguments.
  8.  
  9.  
  10.  
  11. file        Mesa compatibility
  12. ---------------------------------------------------------------
  13. accum.c        works
  14. bitmap1.c    works
  15. bitmap2.c    works
  16. blendeq.c    works, had to fix some warnings
  17. blendxor.c    works, had to fix some warnings
  18. copy.c        works but glPixelZoom has no effect
  19. cursor.c    works
  20. depth.c        works
  21. eval.c        works
  22. fog.c        works
  23. font.c        works
  24. line.c        works
  25. logo.c        works after adding missing line of data, fixing bugs
  26. nurb.c        NURBS not implemented yet
  27. oglinfo.c    works, had to fix some warnings
  28. olympic.c    works
  29. overlay.c    overlays not available
  30. point.c        works
  31. prim.c        works
  32. quad.c        works, after fixing array initialization problems
  33. select.c    works
  34. shape.c        works
  35. speed.c        works, modified to disable scissoring, increased repeatCount
  36. sphere.c    works, mostly
  37. star.c        works
  38. stencil.c    works
  39. stretch.c    works, I guess
  40. texture.c    works, mostly
  41. tri.c        works
  42. wave.c        works, but occasionally a quad will be mis-rendered, I
  43.            suspect this is because the quad is not planar...
  44.